home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / cheetah.zip / VGAPREFX.H < prev   
C/C++ Source or Header  |  1992-07-19  |  777b  |  15 lines

  1. /* vgaprefx.h           - Prefix for "vgadrv.h" and "screen.h".
  2.  * Description:
  3.  *      Setting the video adapter to desired mode.
  4.  *      Affects the "vgadrv.h" and "screen.h",
  5.  *      so must precede it in include list.
  6.  *                                                      (c) erdy 1992
  7.  */
  8. #ifndef _VGAPREFIX_H_
  9. #       define _VGAPREFIX_H_
  10. /*#define ZA_BLOCKED       /* Prepared/blocked arguments */
  11. /*#define BPERROW 320       /* Uncommented, if non-standard scanline length */
  12. /*#define VGA_UNCHAINED    /* Uncommented, if 4-pages MCGA, planes not chained */
  13. /*#define VGA_SPLIT 128    /* Uncommented, if screen is splited at specified line */
  14. /*#define VGA_DUALMODE     /* Uncommented, to work in CHAINED and UNCHAINED modes both */
  15. #endif _VGAPREFIX_H_